type github.com/klauspost/compress/zstd.fastEncoderDict
8 uses
github.com/klauspost/compress/zstd (current package)
enc_dfast.go#L31: fastEncoderDict
enc_fast.go#L31: type fastEncoderDict struct {
enc_fast.go#L534: func (e *fastEncoderDict) Encode(blk *blockEnc, src []byte) {
enc_fast.go#L801: func (e *fastEncoderDict) Reset(d *dict, singleBlock bool) {
enc_fast.go#L869: func (e *fastEncoderDict) markAllShardsDirty() {
enc_fast.go#L873: func (e *fastEncoderDict) markShardDirty(entryNum uint32) {
encoder_options.go#L54: return &fastEncoderDict{fastEncoder: fastEncoder{fastBase: fastBase{maxMatchOff: int32(o.windowSize), bufferReset: math.MaxInt32 - int32(o.windowSize*2), lowMem: o.lowMem}}}
encoder_options.go#L60: return &doubleFastEncoderDict{fastEncoderDict: fastEncoderDict{fastEncoder: fastEncoder{fastBase: fastBase{maxMatchOff: int32(o.windowSize), bufferReset: math.MaxInt32 - int32(o.windowSize*2), lowMem: o.lowMem}}}}
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |